ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IEqualityComparer<T> Interface / _equalsWith Method

In This Topic
    _equalsWith Method (IEqualityComparer<T>)
    In This Topic
    Syntax
    'Declaration
     
    Function _equalsWith( _
       ByVal a As T, _
       ByVal b As T _
    ) As Boolean
    bool _equalsWith( 
       T a,
       T b
    )

    Parameters

    a
    b
    See Also